'Declaration Public MustInherit Class RowColCollection(Of T As RowCol) Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
public abstract class RowColCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> where T: RowCol